QuickOPC User's Guide and Reference
TypedVtq Property (EasyDAItemChangedEventArgs<TValue>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > EasyDAItemChangedEventArgs<TValue> Class : TypedVtq Property
Gets the current (new) DAVtq<TValue> (a typed value, timestamp and quality) of the OPC item. Null reference when System.Exception is not null.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<XmlIgnoreAttribute()>
Public Property TypedVtq As DAVtq(Of TValue)
'Usage
 
Dim instance As EasyDAItemChangedEventArgs(Of TValue)
Dim value As DAVtq(Of TValue)
 
instance.TypedVtq = value
 
value = instance.TypedVtq
[CanBeNull()]
[DefaultValue("")]
[XmlIgnore()]
public DAVtq<TValue> TypedVtq {get; set;}
[CanBeNull()]
[DefaultValue("")]
[XmlIgnore()]
public:
property DAVtq<TValue^>^ TypedVtq {
   DAVtq<TValue^>^ get();
   void set (    DAVtq<TValue^>^ value);
}
Remarks
The property has a different name from the base class in order to satisfy StreamInsight serialization limitations.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also